[INFO] cloning repository https://github.com/eheimer/movies
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eheimer/movies" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feheimer%2Fmovies", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feheimer%2Fmovies'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 41f7200bac6d5ad86ecbd2be0cfad072574cea96
[INFO] checking eheimer/movies against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feheimer%2Fmovies" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/eheimer/movies
[INFO] finished tweaking git repo https://github.com/eheimer/movies
[INFO] tweaked toml for git repo https://github.com/eheimer/movies written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/eheimer/movies on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/eheimer/movies already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serial_test_derive v3.2.0
[INFO] [stderr]   Downloaded serial_test v3.2.0
[INFO] [stderr]   Downloaded rusqlite v0.26.3
[INFO] [stderr]   Downloaded riff v2.0.0
[INFO] [stderr]   Downloaded hashlink v0.7.0
[INFO] [stderr]   Downloaded magneto v0.2.4
[INFO] [stderr]   Downloaded mp4 v0.14.0
[INFO] [stderr]   Downloaded bitstream-io v1.10.0
[INFO] [stderr]   Downloaded cc v1.2.14
[INFO] [stderr]   Downloaded mockito v1.7.2
[INFO] [stderr]   Downloaded crossterm v0.23.2
[INFO] [stderr]   Downloaded libsqlite3-sys v0.23.2
[INFO] [stderr]   Downloaded matroska v0.16.0
[INFO] [stderr]   Downloaded openssl-src v300.5.5+3.5.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 474bf3665014460f10a214b55f6d312d14c3c1fb5b218dfc34544582e10fbfa1
[INFO] running `Command { std: "docker" "start" "474bf3665014460f10a214b55f6d312d14c3c1fb5b218dfc34544582e10fbfa1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "474bf3665014460f10a214b55f6d312d14c3c1fb5b218dfc34544582e10fbfa1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "474bf3665014460f10a214b55f6d312d14c3c1fb5b218dfc34544582e10fbfa1" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "474bf3665014460f10a214b55f6d312d14c3c1fb5b218dfc34544582e10fbfa1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "474bf3665014460f10a214b55f6d312d14c3c1fb5b218dfc34544582e10fbfa1" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling cc v1.2.14
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking clap_builder v4.5.57
[INFO] [stderr]    Compiling openssl-src v300.5.5+3.5.5
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking hashlink v0.7.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking bitstream-io v1.10.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libsqlite3-sys v0.23.2
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking crossterm v0.23.2
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking riff v2.0.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking matroska v0.16.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking clap v4.5.57
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking rusqlite v0.26.3
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking mp4 v0.14.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking mockito v1.7.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking magneto v0.2.4
[INFO] [stderr]     Checking movies v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/buffer.rs:93:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | impl Cell {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 93 |     pub fn new(character: char, fg_color: Color, bg_color: Color) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_episode_progress` is never used
[INFO] [stdout]    --> src/database.rs:867:8
[INFO] [stdout]     |
[INFO] [stdout] 867 | pub fn reset_episode_progress(episode_id: usize) -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_watch_later_dir` is never used
[INFO] [stdout]   --> src/player_plugin.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl CelluloidPlugin {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn with_watch_later_dir(watch_later_dir: PathBuf) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProgressTracker` is never constructed
[INFO] [stdout]  --> src/progress_tracker.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct ProgressTracker {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `start_tracking`, and `stop_tracking` are never used
[INFO] [stdout]    --> src/progress_tracker.rs:33:12
[INFO] [stdout]     |
[INFO] [stdout]  31 | impl ProgressTracker {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout]  32 |     /// Create a new progress tracker for an episode
[INFO] [stdout]  33 |     pub fn new(episode_id: usize, total_duration: u64, threshold: u8) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 |     pub fn start_tracking(&mut self, player_process: Arc<Mutex<Child>>) -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |     pub fn stop_tracking(&mut self) -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/buffer.rs:93:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | impl Cell {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 93 |     pub fn new(character: char, fg_color: Color, bg_color: Color) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `start_progress_tracking` is never used
[INFO] [stdout]    --> src/progress_tracker.rs:195:8
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn start_progress_tracking(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear_line` is never used
[INFO] [stdout]   --> src/terminal.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub fn clear_line(row: usize) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_at` is never used
[INFO] [stdout]   --> src/terminal.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn print_at(col: usize, row: usize, text: &dyn std::fmt::Display) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_video_player` is never used
[INFO] [stdout]   --> src/util.rs:94:8
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn run_video_player(config: &Config, file_path: &Path) -> io::Result<Child> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_episode_progress` is never used
[INFO] [stdout]    --> src/database.rs:867:8
[INFO] [stdout]     |
[INFO] [stdout] 867 | pub fn reset_episode_progress(episode_id: usize) -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_video_player_with_resume` is never used
[INFO] [stdout]   --> src/util.rs:99:8
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub fn run_video_player_with_resume(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_watch_later_dir` is never used
[INFO] [stdout]   --> src/player_plugin.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl CelluloidPlugin {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn with_watch_later_dir(watch_later_dir: PathBuf) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_resume_parameters` is never used
[INFO] [stdout]    --> src/util.rs:119:4
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn add_resume_parameters(command: &mut Command, player_path: &str, start_seconds: u64) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProgressTracker` is never constructed
[INFO] [stdout]  --> src/progress_tracker.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct ProgressTracker {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `start_tracking`, and `stop_tracking` are never used
[INFO] [stdout]    --> src/progress_tracker.rs:33:12
[INFO] [stdout]     |
[INFO] [stdout]  31 | impl ProgressTracker {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout]  32 |     /// Create a new progress tracker for an episode
[INFO] [stdout]  33 |     pub fn new(episode_id: usize, total_duration: u64, threshold: u8) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 |     pub fn start_tracking(&mut self, player_process: Arc<Mutex<Child>>) -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |     pub fn stop_tracking(&mut self) -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `start_progress_tracking` is never used
[INFO] [stdout]    --> src/progress_tracker.rs:195:8
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn start_progress_tracking(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear_line` is never used
[INFO] [stdout]   --> src/terminal.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub fn clear_line(row: usize) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_at` is never used
[INFO] [stdout]   --> src/terminal.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn print_at(col: usize, row: usize, text: &dyn std::fmt::Display) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_video_player` is never used
[INFO] [stdout]   --> src/util.rs:94:8
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn run_video_player(config: &Config, file_path: &Path) -> io::Result<Child> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_video_player_with_resume` is never used
[INFO] [stdout]   --> src/util.rs:99:8
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub fn run_video_player_with_resume(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_resume_parameters` is never used
[INFO] [stdout]    --> src/util.rs:119:4
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn add_resume_parameters(command: &mut Command, player_path: &str, start_seconds: u64) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
[INFO] running `Command { std: "docker" "inspect" "474bf3665014460f10a214b55f6d312d14c3c1fb5b218dfc34544582e10fbfa1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "474bf3665014460f10a214b55f6d312d14c3c1fb5b218dfc34544582e10fbfa1", kill_on_drop: false }`
[INFO] [stdout] 474bf3665014460f10a214b55f6d312d14c3c1fb5b218dfc34544582e10fbfa1
